home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / avwrun11.zip / AVIEWRUN.DOC next >
Text File  |  1992-07-25  |  4KB  |  90 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║  * (504) 634-5368 *                                    * (409) 796-1421 *  ║
  3. ║    * 2400/14400 *     ┌─────┐ ┌───┐ ┌─────┐ ┌──────┐     * 2400/14400 *    ║
  4. ║      * 24/HRS *       │ ┌───┘ └┐ ┌┘ │ ┌─┐ │ │ ┌──┐ │       * 24/HRS *      ║
  5. ║                       │ └─┐    │ │  │ │ └─┘ │ └──┘ │                       ║
  6. ║  Sysop: Bill Isaacson │ ┌─┘    │ │  │ │ ┌─┐ │ ┌──┐ │   Sysop: Danny Love   ║
  7. ║    (504) 634-5618     │ │     ┌┘ └┐ │ └─┘ │ │ │  │ │     (409) 796-1270    ║
  8. ║    * RESOURCE BBS *   └─┘     └───┘ └─────┘ └─┘  └─┘    * RESOURCE BBS *   ║
  9. ║                                                                            ║
  10. ║                  Feliciana Innovative Computer Associates                  ║
  11. ║                          Rt 1 Box 8-J  Hwy 421                             ║
  12. ║                            Jackson, LA 70748                               ║
  13. ╚════════════════════════════════════════════════════════════════════════════╝
  14.  
  15.  
  16.                AVIEWRUN - A Friendly Front End for AVIEWCOM
  17.  
  18.                                     by
  19.  
  20.                                 Danny Love
  21.  
  22.  
  23.     One of the issues when using AVIEWCOM, is when a local login is made
  24.     to the Wildcat board and AVIEWCOM was used to view a file, it was
  25.     unable to properly handle the request and just looped back to the BBS.
  26.     This forced the sysop to drop the board every time he chose to view
  27.     an archived file.  As a result, this utility, AVIEWRUN, was written.
  28.  
  29.     This utility will open the file DOOR.SYS in the current directory and
  30.     determine whether line 1 contains COM0: and whether line 20 contains
  31.     NG.  The program was written to deal with AVIEWCOM.EXE for local
  32.     access and to make the video question go away for the caller as well
  33.     as the local user.  This program will invoke the program AVIEWCOM.EXE
  34.     and pass to it automatically -a0 or -a1 depending upon whether
  35.     DOOR.SYS contains NG or GR on line 20.  The port information that is
  36.     passed to AVIEWCOM.EXE comes from line 1 in DOOR.SYS.  If the DOOR.SYS
  37.     file is not found, then this program checks for the existence of the
  38.     environment variable WCPORTID and uses it for the COM parameter
  39.     building.
  40.  
  41.     When using this program while logged in locally, it will also pass to
  42.     AVIEWCOM.EXE the -d parameter.  This will disable local downloading
  43.     and prevent the PC from freaking out.  When AVIEWCOM.EXE finishes,
  44.     this program will remove the file AVIEWCOM.STD if it exists.
  45.  
  46.          The usage of this program is:
  47.  
  48.               AVIEWRUN %1 [switches]
  49.  
  50.     The value [switches] should be replaced by any switches other than
  51.     -a(x) that you would normally pass to AVIEWCOM.EXE.  This program
  52.     requires that AVIEWCOM.EXE be available through the PATH environment
  53.     variable and that WCPORTID be defined properly.  When building the
  54.     arguments for AVIEWCOM.EXE, this program will check for the existence
  55.     of the environment variables WCIRQID and WCBASEID.  If they are
  56.     available, then this program will supply the arguments -b and -i to
  57.     AVIEWCOM.EXE in an appropriate manner.  All other arguments for
  58.     AVIEWCOM.EXE that are desired must be specified.
  59.  
  60.     For those who are interested in return values, this program provides
  61.     the following return values:
  62.  
  63.          If COM0: & NG               -  0
  64.          If COM0: & GR               -  1
  65.          If COMx: & NG               -  2
  66.          If COMx: & GR               -  3
  67.          If DOOR.SYS is not found    -  2
  68.          If unable to determine port -  2
  69.  
  70.     If you find this program to be of use, filling out and returning the
  71.     enclosed AVIEWRUN.FRM, along with a contribution of $5 would be
  72.     greatly appreciated.
  73.  
  74.          Danny Love
  75.          Rt 6 Box 459R
  76.          Beaumont, Texas  77705
  77.  
  78.  
  79.  
  80.     Technical Support:
  81.  
  82.  
  83.     Comments and suggestions about AVIEWRUN are welcome. Please feel free
  84.     to call and leave your comments and suggestions on:
  85.  
  86.          FICA - Resource BBS!
  87.          (409) 796-1421  Sysop - Danny Love
  88.          (504) 634-5368  Mail is checked and will be received.
  89.  
  90.